diff options
| author | real-zephex <[email protected]> | 2024-04-10 06:46:15 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-10 06:46:15 +0530 |
| commit | c2fac73ac3ecb13942081bdf53ad46903772c92f (patch) | |
| tree | d257f429f1d6063080261c478489279b593be917 /src/app/manga/[title] | |
| parent | updated readme.md (diff) | |
| download | dramalama-c2fac73ac3ecb13942081bdf53ad46903772c92f.tar.xz dramalama-c2fac73ac3ecb13942081bdf53ad46903772c92f.zip | |
minor changes
Diffstat (limited to 'src/app/manga/[title]')
| -rw-r--r-- | src/app/manga/[title]/[id]/info.module.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index a699557..e32aa65 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -13,8 +13,8 @@ justify-content: space-between; align-items: center; padding: 5px; - background-color: #35353565; - backdrop-filter: blur(7px); + background-color: #2c2c2c9c; + backdrop-filter: blur(5px); } |